Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:
общая лексика
очередь сообщений
тип межплатформного ПО. Позволяет в отличие от технологии вызовов удаленных процедур организовать асинхронную работу клиента и сервера. Клиент, передавший сообщение на сервер, может продолжать свою работу, не дожидаясь ответа
Смотрите также
In computer science, message queues and mailboxes are software-engineering components typically used for inter-process communication (IPC), or for inter-thread communication within the same process. They use a queue for messaging – the passing of control or of content. Group communication systems provide similar kinds of functionality.
The message queue paradigm is a sibling of the publisher/subscriber pattern, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the publisher/subscriber and message queue models in their API, e.g. Java Message Service (JMS).